home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 December / macformat-044.iso / Demos / The Ghost Cave / BB / AHOME.Dxr / 00021.ls < prev    next >
Encoding:
Text File  |  1996-06-14  |  200 b   |  14 lines

  1. on mouseUp
  2.   global help2
  3.   stoptimeout()
  4.   if not help2 then
  5.     puppetSound(0)
  6.     set help2 to 1
  7.     go("2ND")
  8.   else
  9.     set help2 to 0
  10.     puppetSound("Wom04.AIF")
  11.     go("no lips")
  12.   end if
  13. end
  14.